# Override .gitattributes from parent directories
* -eol
* text

# Type-specific attributes
*.bat eol=crlf
*.png -text

# Node.js files
.nvmrc eol=lf
package.json eol=lf
package-lock.json eol=lf
